home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 201_01 / ansiread.doc < prev    next >
Text File  |  1980-01-01  |  4KB  |  85 lines

  1. Copy of query letter:
  2.  
  3. CUSTOM BUSINESS PROGRAMS
  4. Don F. Ridgway, Owner & Chief Programmer/Analyst
  5. 119 Plantation Court, Suite D
  6. Temple Terrace, FL 33617-3731
  7. Phone: (813) 985-3342
  8.  
  9. July 15, 1985
  10.  
  11. Subject:  Proposal of article on the complete implementation of the
  12.           MS-DOS/PC-DOS "ANSI.SYS" device driver (cursor, screen and
  13.           extended keyboard controls) in the C programming language.
  14.  
  15. Dear Editor, Ladies & Gentlemen:
  16.  
  17. Do you realize that most, if not all, of the big-name C compiler
  18. packages do not provide even the most rudimentary screen, graphics
  19. or cursor control capability?  You can't even clear the screen!
  20.  
  21. I have implemented the DOS "ANSI.SYS" device driver in the
  22. (Microsoft/-Lattice) C programming language in a new and unique
  23. manner that is a real boon for the C programmer.  Now C is as snazzy
  24. to program in as BASIC or Pascal--and all it costs the programmer is
  25. the price of your magazine!
  26.  
  27. My "ANSISYS.c" header file (260+ lines of source code and comments
  28. included) provides the C programmer with quick and easy "smart" cursor
  29. control and eye-catching "turtlegraphics"-type screen and graphics commands
  30. which really turn his C programs into professional-quality productions.
  31.  
  32. In addition, I include a demonstration program--"ANSIDEMO.EXE"--to
  33. run as a superb demonstration of these powerful and versatile C macros and
  34. functions in action.  The source code and comments ("ANSIDEMO.c", 470+
  35. lines) are included and stand as an excellent introduction and reference
  36. source to the philosophy and structure of the C programming language.
  37.  
  38. The examples show how the C programmer can easily create, combine
  39. and build-up his own professional custom library of macros and functions--up
  40. to and including a WINDOW() command--to do what HE wants them to do, instead
  41. of taking a chance on one of those expensive utility function libraries.
  42.  
  43. The C programming language becomes much easier to learn and more fun
  44. to use when the cursor, screen and keyboard commands are in the familiar
  45. BASIC or dBASE~ syntax, as I designed them to be.  In addition, these new
  46. commands have the effect of tightening up and streamlining and modularizing
  47. the code; you will not fail to notice that "ANSIDEMO.c" has a highly
  48. structured and very dBASE-ish look.  (Just brilliant: maybe it's me.)
  49.  
  50. Included with this cover letter for your perusal are printouts of
  51. the "ANSISYS.c" and "ANSIDEMO.c" files, which are on the enclosed diskette.
  52. The article I am proposing is for you to reprint these two files--which
  53. already contain adequate comments within--along with a short introduction
  54. or lead-in (possibly excerpted from these pages or, as requested, from me).
  55.  
  56. The diskette is a PC-DOS 2.1 boot disk with "ANSI.SYS" and "CONFIG.SYS"
  57. already on it--just boot up with it and run "ANSIDEMO.EXE".  (I can
  58. supply other interested parties with this diskette for just $15.00.)
  59.  
  60. If you are interested in publishing this valuable and informative
  61. program/article, please contact me ASAP.  (I don't know exactly what you
  62. pay, but I do want top-dollar for it.  I hope you'll agree it's worth it.)
  63.  
  64. Thank you, Don F. Ridgway
  65.  
  66. /*
  67. If you need a slug line "bio" on me for the article, why don't you
  68. simply say I am a C programmer/analyst living in Tampa, Florida.
  69.  
  70. However, for your own information, among my current various business
  71. interests I am the owner and CEO of A-1 IBM~ Programming & Training
  72. Service, and I am the chief programmer/analyst of CUSTOM BUSINESS PROGRAMS.
  73. I am the president of the Florida Professional Programmers' Guild and
  74. coordinator of Tampa dBASE II~ & dBASE III~ Users' Group (see DATA BASED
  75. ADVISOR "User Groups" listing each issue).
  76.  
  77. I am also a writer and an ex-photojournalist.  For the past twenty
  78. years my articles and/or photos have appeared in the nation's best
  79. newspapers along with such magazines as The WRITER and Psychology Today.
  80.  
  81. My last (published) newspaper column was in The Washington Inquirer,
  82. March 1, 1985, "The Oath They Never Took," p. 6.  My last (published)
  83. article for a computer magazine was in the DATA BASED ADVISOR, June
  84. 1985, "Managing dBASE~ Data Files," pp. 31, 76.
  85. */